home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / Directx 3.0 / dx3.exe / SDK / SAMPLES / DDEX1 / DDEX1.RC < prev    next >
Encoding:
Text File  |  1996-08-28  |  162 b   |  10 lines

  1. #include "resource.h"
  2.  
  3. IDR_MENU MENU DISCARDABLE 
  4. BEGIN
  5.     POPUP "&File"
  6.     BEGIN
  7.         MENUITEM "E&xit",                       IDM_EXIT
  8.     END
  9. END
  10.